IEditorPage.IsInformationPaneVisible property

Namespace: NextDesign.Desktop

Description

[Obsolete] Information pane display status

bool IsInformationPaneVisible {get; set;}

type

  • bool

Annotation

About API specification change and migration method in Ver.1.1

From Ver.1.1, this property has been moved to IWorkspaceWindow. This property will be removed in a future version. If you are using this API, please change the relevant part in the extension to use IWorkspaceWindow.IsInformationPaneVisible together with the version upgrade to Ver.1.1 or later.